home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / apparmor / initramfs < prev    next >
Text File  |  2009-10-17  |  977b  |  28 lines

  1. #!/bin/sh
  2. # ----------------------------------------------------------------------
  3. #    Copyright (c) 2008, 2009 Canonical, Ltd.
  4. #
  5. #    This program is free software; you can redistribute it and/or
  6. #    modify it under the terms of version 2 of the GNU General Public
  7. #    License published by the Free Software Foundation.
  8. #
  9. #    This program is distributed in the hope that it will be useful,
  10. #    but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12. #    GNU General Public License for more details.
  13. #
  14. #    You should have received a copy of the GNU General Public License
  15. #    along with this program; if not, contact Novell, Inc.
  16. # ----------------------------------------------------------------------
  17. # Authors:
  18. #  Kees Cook <kees@ubuntu.com>
  19. #
  20. # /etc/apparmor/initramfs
  21. #
  22. set -e
  23.  
  24. . /etc/apparmor/functions
  25.  
  26. mount -n -t securityfs none "${SECURITYFS}"
  27. load_configured_profiles_without_caching
  28.